isDigit

fun isDigit(codePoint: Int): Boolean

Determines if the specified character (Unicode code point) is a digit.