Functionsis_numericVersion: NextOn this pageis_numericChecks if a string contains only numeric characters.is_numeric(x:string) -> boolDescriptionThe is_numeric function returns true if x contains only numeric characters and false otherwise.ExamplesCheck if a string is numericfrom {x: "1234".is_numeric()}{x: true}See Alsois_alpha, is_alnum