ReferenceSQL ReferenceSQL FunctionsfunctionsIS_INTVersion: 24.1.xOn this pageIS_INTCategories: DatatypeIS_INTReturns TRUE if the input expression is an integer value.SyntaxIS_INT(expression any) → booleanexpression: Input expression.ExamplesIS_INT exampleSELECT IS_INT(column_name)-- True