sql-referencesql-functionsfunctionsIS_INTVersion: 0.0.1On this pageIS_INTCategories: DatatypeIS_INTReturns TRUE if the input expression is an integer value.SyntaxIS_INT(expression union<>) → booleanexpression: Input expression.Examples{{< codeheader "IS_INT example" >}}SELECT IS_INT(column_name)-- True