With a slight modification, you can also use this to count the number of numeric characters in your alphanumeric text

=SUMPRODUCT(LEN(A1)-LEN(SUBSTITUTE(UPPER(A1),CHAR(ROW(INDIRECT("48:58"))),"")))