You can make an array of anything. SFML doesn't change how the C++ language works.
Whether you should make an array of sprites is an entirely different question (std::vector is usually better), but that depends on the program you're writing.
If you have to ask a question like this, it's probably worth reading a good book on C++ itself before trying to use C++ libraries.