What exactly are you trying to achieve?
Yes, you can use a vertex array of points.
Otherwise you could use a rectangle shape with size 1x1 or a sprite.
Depending on what you want to do, you might want to look into shaders.
And if you want to edit pixels, you could think about using an sf::Image or your own vector of sf::Uint8.