reading information from sd card

You need to know how the numbers are encoded in the file (one number per line? comma separated list? etc) and then read the relevant bytes from the file into a char array and parse the resulting string.