ReferenceSQL ReferenceSQL FunctionsfunctionsIS_INTOn this pageCategories: Datatype IS_INT Returns TRUE if the input expression is an integer value. Syntax IS_INT(expression any) → boolean expression: Input expression. Examples IS_INT example SELECT IS_INT(column_name)-- True