User DocsTemplatesAnyDB FormulasFunctionsISCREDITCARDOn this pageISCREDITCARD Checks whether a string is a valid credit card number. Syntax ISCREDITCARD(text) Arguments text: The string to test. Example ISCREDITCARD("4111111111111111") → TRUEISCREDITCARD("not-a-card") → FALSE