ReferenceSQL ReferenceSQL FunctionsfunctionsIS_INTVersion: current [24.2.x]On 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