Pir sensor motion to arduino clock - led matrix 8x32

Is that possible some how?

Yes.
When you detect a PIR input you make a note of the time using the millis() function. Then at the start of the loop function you check that the current time minus the time the PIR was detected exceeds your total display time and if it does then turn off your matrix.